accessible: Unset widget on dispose, not finalize
authorBenjamin Otte <otte@redhat.com>
Fri, 10 Feb 2012 12:21:06 +0000 (13:21 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 10 Feb 2012 12:21:06 +0000 (13:21 +0100)
commit3b1d8beab0c213f7a46d76fcbaa5a93aeb2d0918
tree10a61b82c078655589a02610e28ec2361b0f5032
parent5e3c2524f80edf0a3647a79edb355e636dab7e9a
accessible: Unset widget on dispose, not finalize

Unsetting the widget causes events to get emitted and we want to
(a) really emit that event to our signal handlers
(b) still be recognized as a real GObject while doing that

https://bugzilla.gnome.org/show_bug.cgi?id=669794
gtk/gtkaccessible.c